home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
COMPRESS
/
ARC_CHK.ARJ
/
CHECKALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-01-06
|
156b
|
7 lines
@echo off
:This shows an example of how you can execute the PKCHK.BAT file on
:all .EXE files in a directory.
for %%a in (*.exe) do call pkchk %%a